Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding cert auth for xdr #22

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

WildDogOne
Copy link
Contributor

@WildDogOne WildDogOne commented Oct 17, 2024

Trying to Add Certificate Auth for XDR.
For now I will focus only on PEM

Additions to TOML:
auth_cert = "microsoft365defender-authentication.pem"

Addition to env:
DROID_AZURE_CERT_PASS="password"

Addition to auth config:
cert_pass: "password"

The Cert Pass is only needed if the private key (auth_cert) has a password set

Some additional notes:
the used pem needs to contain private and public key, since the public key is used for the fingerprinting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants